home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
pmode
/
exc_dx02
/
hr_timer.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-07-30
|
180b
|
9 lines
#ifndef _HR_TIMER_H_
#define _HR_TIMER_H_
extern void SetHiResTimer (void);
extern unsigned int GetMilliSec (void);
#endif